﻿@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	/*去移动端点击阴影*/
	-webkit-tap-highlight-color: transparent;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
}
u {
	font-style: normal;
	font-weight: normal;
}
em,
i,
s{
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
}

body{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #333;
	
	background: #fff;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

form {
	display: inline-block;
}

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:active,
a:focus {
	text-decoration: none;
}

img {
	vertical-align: middle;
	border: 0;
	-ms-interpolation-mode: bicubic;
}



button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}


/*去掉右下角斜线*/

textarea {
	resize: none;
}
textarea::-webkit-input-placeholder{
	font-family: "微软雅黑";
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	-moz-appearance: button;
}

input,
textarea {
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input::-webkit-input-placeholder {
	color: #999;
}

input:-moz-placeholder {
	color: #999;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input,
label {
	vertical-align: middle;
}
.clear{
	clear: both;
}
.clear::after{
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.Maximg img{
	width: 100%;
	height: 100%;
}
.maximg img{
	max-height: 100%;
	max-width: 100%;
}
.maxwimg img{
	width: 100%;
	height: auto;
}
.maxhimg img{
	width: auto;
	height: 100%;
}
.over1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.over2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.over3{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.zhong{
	text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
}
.width{
	width: 1200px;
	margin: 0 auto;
	height: auto;
}
.clear::after{
	content: "";
	height: 0;
	display: block;
	clear: both;
}
.fs12{
	font-size: 12px;
}
.fs14{
	font-size: 14px;
}
.fs16{
	font-size: 16px;
}
.fs18{
	font-size: 18px;
}
.fs20{
	font-size: 20px;
}
.fs22{
	font-size: 22px;
}
.fs24{
	font-size: 24px;
}
.fs26{
	font-size: 26px;
}
.fs28{
	font-size: 28px;
}
.fs30{
	font-size: 30px;
}
.fs32{
	font-size: 32px;
}
.fs36{
	font-size: 36px;
}
.fs38{
	font-size: 38px;
}
.fs40{
	font-size: 40px;
}
.fs42{
	font-size: 42px;
}
.fs46{
	font-size: 46px;
}
.fs48{
	font-size: 48px;
}
.font-w{
	font-weight: bold;
}
.c-fff{
	color: #fff;
}
.c-000{
	color: #000;
}
.c-1a{
	color: #1a1a1a1;
}
.c-21{
	color: #212121;
}
.c-333{
	color: #333;
}
.c-444{
	color: #444;
}
.c-666{
	color: #666;
}
.c-80{
	color: #808080;
}
.c-888{
	color: #888;
}
.c-999{
	color: #999;
}
.c-e6{
	color: #e6e6e6;
}
.c-main{
	color: #ddbe73;
}
.c-f54{
	color: #F54042;
}
.bg-main{
	background-color:#ddbe73;
}

.bg-fff{
	background-color:#fff;
}
.bg-f6{
	background-color:#f6f6f6;
}
.bg-f5{
	background-color:#f5f5f5;
}
.bg-000{
	background-color:#000;
}
.bg-eee{
	background-color:#eee;
}
.border-r4{
	border-radius: 4px;
}
.border-r6{
	border-radius: 6px;
}
.border-r8{
	border-radius: 8px;
}
.border-r10{
	border-radius: 10px;
}
.border-r12{
	border-radius: 12px;
}
.border-r16{
	border-radius: 16px;
}
.border-r18{
	border-radius: 18px;
}
.padding-left8{
	padding-left: 8px;
}
.padding-left12{
	padding-left: 12px;
}
.padding-left16{
	padding-left: 16px;
}
.padding-left18{
	padding-left: 18px;
}
.padding-left20{
	padding-left: 20px;
}
.padding-left24{
	padding-left: 24px;
}
.padding-left28{
	padding-left: 28px;
}
.padding-left30{
	padding-left: 32px;
}

.padding-right8{
	padding-right: 8px;
}
.padding-right12{
	padding-right: 12px;
}
.padding-right16{
	padding-right: 16px;
}
.padding-right18{
	padding-right: 18px;
}
.padding-right20{
	padding-right: 20px;
}
.padding-right24{
	padding-right: 24px;
}

.padding-top8{
	padding-top: 8px;
}
.padding-top12{
	padding-top: 12px;
}
.padding-top16{
	padding-top: 16px;
}
.padding-top18{
	padding-top: 18px;
}
.padding-top20{
	padding-top: 20px;
}
.padding-top24{
	padding-top: 24px;
}

.padding-bottom8{
	padding-bottom: 8px;
}
.padding-bottom12{
	padding-bottom: 12px;
}
.padding-bottom16{
	padding-bottom: 16px;
}
.padding-bottom18{
	padding-bottom: 18px;
}
.padding-bottom20{
	padding-bottom: 20px;
}
.padding-bottom24{
	padding-bottom: 24px;
}
.float_left{
	float: left;
}
.float_right{
	float: right;
}

::-webkit-scrollbar {
  width: 0;
  height: 0;
  color: transparent;
}

/*公共样式*/
@media screen and (min-width:750px){
	/*html,body{
		font-size: 100px !important;
		margin: 0 auto;
		max-width: 750px;
	}*/
}


/*公共样式*/
.main{
	display: block;
	height: auto;
}
/*头部*/
.header{
	display: block;
	width: 100%;
	height: 90px;
	background-color: #2c323c;
	position: fixed;
	top: 0;
	z-index: 199;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.header-zw{
	display: block;
	height: 90px;
}
.header-width{
	display: block;
	width: 1448px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}
.header-logo{
	display: inline-block;
	height: 100%;
	line-height: 90px;
	width: auto;
}
.header-nav{
	display: inline-block;
	float: right;
	width: auto;
	height: 90px;
}
.header-nav>ul>li{
	float: left;
	width: auto;
	position: relative;
	height: 90px;
}
.header-nav>ul>li>a{
	display: block;
	padding: 0 32px;
	font-size: 17px;
	color: #fff;
	line-height: 90px;
	height: 90px;
}
.header-nav>ul>li>a.active{
	background-color: #242932;
	color: #c31821;
}
.header-nav>ul>li:hover>a{
	color: #c31821;
}
.header-nav>ul>li>ul{
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 200;
	background-color: #384252;
	border-top: 2px solid #c31821;
	padding: 10px 0;
}
.header-nav>ul>li>ul::before{
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-bottom: 8px solid #c31821;
	border-right: 8px solid transparent;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translateX(-50%);
}
.header-nav>ul>li>ul>li{
	display: block;
	width: 298px;
	height: 40px;
	position: relative;
}
.header-nav>ul>li>ul>li>a{
	display: block;
	line-height: 40px;
	font-size: 15px;
	color: #b7c1cf;
	padding: 0 40px 0 18px;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	background-image: url(../images/right1.png);
	background-repeat: no-repeat;
	background-position: 276px center;
	background-size: 7px 14px;
}
.header-nav>ul>li>ul>li>a.active{
	background-image: url(../images/right2.png);
	background-color: #303947;
	color: #fff;
}
.header-nav>ul>li>ul>li:hover>a{
	background-image: url(../images/right2.png);
	background-color: #303947;
	color: #fff;
}
.header-nav>ul>li>ul>li>ul{
	display: none;
	height: auto;
	position: absolute;
	top: 0;
	left: 100%;
	background: rgba(56, 66, 82, 0.95);
	padding: 11px 0;
}
.header-nav>ul>li>ul>li>ul>li{
	display: block;
	width: 316px!important;
	height: auto;
	position: relative;
}
.header-nav>ul>li>ul>li>ul>li>a{
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 64px 0 22px;
	line-height: 40px;
	font-size: 15px;
	color: #b7c1cf;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
	position: relative;
}
.header-nav>ul>li>ul>li>ul>li:hover>a{
	color: #fff;
}
.header-nav>ul>li>ul>li>ul>li>a.active{
	color: #fff;
}
.header-nav>ul>li>ul>li>ul>li>a.active::before{
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.header-nav>ul>li>ul>li>ul>li:hover>a::before{
	content: "";
	display: block;
	width: 2px;
	height: 16px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
}
.header-nav>ul>li>ul>li>ul>li>span{
	display: block;
	width: 34px;
	height: 14px;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -7px;
	text-align: center;
	line-height: 14px;
}

.search-img{
	display: inline-block;
	height: 90px;
	width: 48px;
	float: right;
	text-align: center;
	line-height: 90px;
	cursor: pointer;
}
.search{
	display: none;
	height: 90px;
	width: auto;
	float: right;
	padding: 26px 0;
	vertical-align: top;
}
.search input{
	vertical-align: top;
	display: inline-block;
	width: 280px;
	height: 100%;
	padding: 0 20px;
	border-radius: 2px;
	background: #fff;
	border: none;
	font-size: 15px;
	color: #666;
}
.search button{
	vertical-align: top;
	display: inline-block;
	width: 96px;
	height: 100%;
	background-color: #c31821;
	border: none;
	color: #fff;
	font-size: 15px;
	margin-left: 10px;
	margin-right: 20px;
	border-radius: 2px;
}
.header-but{
	display: inline-block;
	width: auto;
	float: right;
	height: 90px;
	padding: 28px 0;
}
.header-but a{
	display: inline-block;
	float: left;
	margin-left: 14px;
	width: 84px;
	border: 1px solid #6a7783;
	height: 100%;
	text-align: center;
	line-height: 32px;
	color: #afbcc8;
}
.header-but a:hover{
	color: #fff;
	border-color: #fff;
}
.header-but a.logIn{
	background-color: #c31821;
	color: #fff;
	border-color: #c31821;
}
.header-switching{
	display: inline-block;
	float: right;
	width: 100px;
	height: 90px;
	position: relative;
	padding: 26px 0;
	font-size: 16px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}
.header-switching>span{
	display: block;
	text-align: center;
	height: 100%;
}
.header-switching>span img{
	display: inline-block;
	margin-left: 10px;
}
.header-switching>ul{
	display: none;
	position: absolute;
	top: 55px;
	left: 0;
	width: 100%;
}
.header-switching>ul a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #fff;
}
.header-switching>ul a:hover{
	color: #c31821;
}
.header-user{
	float: right;
	height: 90px;
	padding: 26px 0;
	margin-left: 10px;
}
.header-user a{
	display: inline-block;
	float: left;
	height: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #d5d8df;
	padding-left: 22px;
	background: url(../images/user2.png) no-repeat left center;
	background-size: 16px auto;
}
.header-user span{
	display: inline-block;
	float: left;
	height: 100%;
	line-height: 36px;
	font-size: 16px;
	color: #d5d8df;
	cursor: pointer;
}
.header-user span:hover{
	color: #c31821;
}
.header-user a:hover{
	color: #c31821;
	background: url(../images/user3.png) no-repeat left center;
	background-size: 16px auto;
}


.footer{
	display: block;
	height: auto;
	width: 100%;
	background-color: #efefef;
	border-top: 1px solid #e0e0e0;
}
.footer-bottom{
	display: block;
	height: 50px;
	background-color: #e3e3e3;
}
.footer-bottom-left{
	display: inline-block;
	float: left;
	width: 50%;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #717171;
	white-space:nowrap; 
	text-overflow:ellipsis; 
	overflow: hidden;
}
.footer-bottom-right{
	display: inline-block;
	width: 50%;
	float: right;
	height: 50px;
	text-align: right;
}
.footer-bottom-right a{
	display: inline-block;
	width: auto;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #717171;
	margin-left: 26px;
}
.footer-bottom-right a:hover{
	color: #c31821;
}
.footer-top{
	padding: 38px 0 32px;
}

.footer-list{
	display: inline-block;
	float: left;
	width: auto;
	line-height: 30px;
	margin-right: 74px;
}
.footer-list:last-child{
	margin-right: 0;
}
.footer-list h3{
	font-size: 16px;
	color: #1a1a1a;
	margin-bottom: 22px;
	position: relative;
}
.footer-list h3::after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: #c31821;
	position: absolute;
	left: 0;
	bottom: -12px;
}
.footer-list li a{
	font-size: 13px;
	color: #4f4f4f;
}
.footer-list li a:hover{
	color: #c31821;
}
.footer-left{
	display: inline-block;
	float: left;
}
.footer-ewm{
	display: inline-block;
	float: right;
	width: 120px;
	padding-top: 8px;
	text-align: center;
	font-size: 14px;
	color: #4f4f4f;
	line-height: 42px;
}
.footer-ewm span{
	display: block;
	width: 100%;
	height: 120px;
	background-color: #fff;
	text-align: center;
	line-height: 120px;
}
.footer-rexian{
	display: inline-block;
	float: right;
	margin-left: 80px;
	padding-top: 10px;
}
.footer-rexian span{
	display: block;
	width: 45px;
	height: 45px;
	margin-bottom: 18px;
}
.footer-rexian h4{
	font-size: 16px;
	color: #4f4f4f;
	line-height: 24px;
}
.footer-rexian h2{
	font-size: 28px;
	color: #3b3b3b;
	line-height: 40px;
	font-weight: bold;
}
.footer-rexian a{
	display: block;
	width: 108px;
	height: 36px;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	color: #6e6e6e;
	vertical-align: middle;
	margin-top: 14px;
}
.footer-rexian a img{
	display: inline-block;
	margin-right: 8px;
	vertical-align: middle;
}
/*测导航*/
.fixed-right{
	display: block;
	width: auto;
	height: auto;
	position: fixed;
	right: 0;
	top: 45%;
	z-index: 199;
}
.zhiding{
	display: block;
	width: 72px;
	height: 72px;
	background-color: #dcdcdc;
	cursor: pointer;
	position: relative;
	font-size: 14px;
	color: #484747;
	text-align: center;
	line-height: 72px;
	text-transform: uppercase;
	overflow: hidden;
	margin-top: 1px;
}
.zhiding:hover{
	background-color: #c31821;
	color: #fff;
}
.zhiding:hover img{
	filter:brightness(100);
}
.zhiding:hover::after{
	border-bottom: 5px solid #fff;
}
.fixed-right-in{
	display: block;
	width: 72px;
	height: 72px;
	background-color: #c31821;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-top: 10px;
	margin-top: 1px;
}
.fixed-right-in:hover{
	background-color: #c31821;
}
.fixed-right-in span{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 6px;
	overflow: hidden;
}
.fixed-right-list{
	display: block;
	width: 232px;
	height: 72px;
	background-color: #c31821;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-top: 0px;
	cursor: pointer;
	margin: 0 -180px 0px 0;
	position: relative;
	vertical-align: middle;
	margin-top: 1px;
}
.fixed-right-list:hover{
	background-color: #c31821;
}
.fixed-right-list-in{
	display: inline-block;
	float: left;
	width: 72px;
	height: 72px;
	padding-top: 10px;
}
.fixed-right-list>.fixed-right-list-in>span{
	display: block;
	width: 28px;
	height: 28px;
	margin: 0 auto 6px;
	overflow: hidden;
}
.fixed-right-list-phone{
	display: inline-block;
	float: left;
	width: 160px;
	height: 72px;
	line-height: 72px;
	text-align: left;
	padding-left: 10px;
	font-size: 17px;
}
.fixed-right-ewm{
	display: none;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #fff;
	z-index: 198;
	box-shadow: 0 1px 16px 0 rgba(0, 0, 0, 0.3);
}
/*.fixed-right-list:hover .fixed-right-ewm{
	display: block;
}*/
/*登录弹窗*/
.logInPop-bg{
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 210;
	background: rgba(0, 0, 0, 0.5);
}
.logInPop{
	display: none;
	width: 400px;
	height: 400px;
	border-radius: 6px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
	z-index: 211;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.logInPop-head{
	display: block;
	height: 62px;
	text-align: center;
	position: relative;
	font-size: 22px;
	color: #000000;
	background-color: #f1f1f1;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	line-height: 62px;
}
.logInPop-head>span{
	display: block;
	width: 54px;
	height: 100%;
	cursor: pointer;
	text-align: center;
	line-height: 62px;
	position: absolute;
	right: 0;
	top: 0;
}
.logInPop-form{
	padding: 16px 28px 0;
}
.logInPop-form p{
	font-size: 15px;
	color: #000000;
	line-height: 32px;
}
.logInPop-form input{
	display: block;
	width: 100%;
	height: 44px;
	border-radius: 2px;
	border: 1px solid #dbdbdb;
	margin-bottom: 12px;
	padding: 0 20px 0 38px;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 14px auto;
}
.logInPop-form input.userName{
	background-image: url(../images/user.png);
}
.logInPop-form input.userPw{
	background-image: url(../images/user1.png);
}
.logInPop-form button{
	display: block;
	width: 100%;
	height: 40px;
	background-color: #c31821;
	font-size: 15px;
	color: #fff;
	border: none;
	border-radius: 2px;
	margin: 24px auto;
}
.logInPop-bot{
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #000000;
}
.logInPop-bot a{
	color: #c0141d;
}

.quitPop{
	display: none;
	width: 240px;
	height: 130px;
	background-color: #fff;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 212;
	transform:translate(-50%,-50%);
	border-radius: 6px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
}
.quitPop-botton{
	display: block;
	width: 100%;
	height: 46px;
	border-radius: 0 0 6px 6px;
	overflow: hidden; font-size:14px;
}
.quitPop-botton button{
	display: inline-block;
	float: left;
	width: 50%;
	height: 100%;
	border: none;
	background: #e5e5e5;
	color: #333;
}
.quitPop-botton .quitPop-but{
	background-color: #c31821;
	color: #fff;
}
.quitPop-in{
	display: block;
	height: 84px;
	text-align: center;
	line-height: 84px;
	font-size: 16px;
	color: #333;
}

/*.banner{
	display: block;
	height: 500px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
}*/

/*协议弹窗*/
.xieyiPop-bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 312;
}
.xieyiPop{
	display: none;
	width: 800px;
	border-radius: 8px;
	height: auto;
	background: #fff;
	position: fixed;
	top: 150px;
	left: 50%;
	margin-left: -400px;
	z-index: 313;
}
.xieyiPop-in{
	padding: 40px;
	font-size: 16px;
	line-height: 24px;
	color: #666;
	max-height: 600px;
	overflow: auto;
}

.xieyiPop-colse{
	display: block;
	width: 36px;
	height: 36px;
	position: fixed;
	top: 155px;
	left: 50%;
	margin-left: 360px;
	cursor: pointer;
	border-radius: 50%;
	/*background: #fff;*/
}
.xieyiPop-colse img{
	display: block;
	width: 100%;
	height: 100%;
}


@media screen and (max-width:1448px){
	.header-width{
		width: 100%;
		padding: 0 5px;
	}
}
@media screen and (max-width:1300px){
	.header-nav>ul>li>a{
		font-size: 16px;
		padding: 0 24px;
	}
}

.fromCx-pop{
	display: none;
	width: 220px;
	height: auto;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -110px;
	margin-top: -80px;
	z-index: 99;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	padding: 40px 20px;
}
.header-nav>ul>li:nth-child(2) ul li a{
	padding-left: 45px;
}
.header-nav>ul>li:nth-child(3) ul li a{
	padding-left: 45px;
}
.header-nav>ul>li:nth-child(4) ul li a{
	padding-left: 45px;
}
.header-nav>ul>li:nth-child(5) ul li a{
	padding-left: 45px;
}

.header-nav>ul>li:nth-child(6) ul li a{
	padding-left: 45px;
}

.header-nav>ul>li>ul>li img{
	display: inline-block;
	width: 20px;
	position: absolute;
	top: 11px;
	left: 20px;
}


.header-nav>ul>li>ul>li:nth-child(6) a {
    overflow: inherit;
}




